home *** CD-ROM | disk | FTP | other *** search
/ Old Testament Foundatiosn with Philip Yancey / Old Testament Foundatiosn with Philip Yancey - Disc 1.iso / pc / data / m09intro.dir / 00034.ls < prev    next >
Encoding:
Text File  |  1996-09-06  |  160 b   |  9 lines

  1. on mouseDown
  2.   global gTextFrame
  3.   set the castNum of sprite 5 to cast "b071"
  4.   if pressButton(5) then
  5.     pupSprites(5, 10, 0)
  6.     go(gTextFrame)
  7.   end if
  8. end
  9.